home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: news.Stanford.EDU!microunity!toms
- From: toms@MicroUnity.com (Tom Sanders)
- Subject: Re: Asking for Help
- Message-ID: <Do610I.F8@microunity.com>
- Sender: usenet@microunity.com (news id)
- Organization: MicroUnity Systems Engineering, Inc.
- References: <4i2s5e$1hd@newsbf02.news.aol.com>
- Date: Tue, 12 Mar 1996 17:38:42 GMT
-
- In article <4i2s5e$1hd@newsbf02.news.aol.com>, mackboring@aol.com (MackBoring) writes:
- |> First please read at least this short paragraph.
- |> Iam a student that is desperately in a hole. I am not wishing to cheat my
- |> self out of an education of C , but...I have a scenario. I am recently a
- |> new farther (4 week old boy) and have enrolled in this C class and am
- |> trying to pass the class right now so I can strengthen my programming on
- |> my own after it is finished.
- |> I have slipped so far behind with my son being born that I need to pass
- |> because I can not financially pay back my empolyer at terms
- |> end...........I appeal to anyone that has been stuck in a simialr bind
- |> I need to solve these problems in a very simple manner(basic C class)
- |> using simple Loops,Arrays,Functions..... etc
- |>
- |> P.S If there is some compensation require please drop me a line
- |> .............Thanks in Advance FRED
- |>
- |>
- |>
- |> 1. Create an array of 20 random numbers that fall between 1 and 99. Print
- |> out the array.Then sort the array in ascending sequence. Print out the
- |> sorted array.
- |>
- |> 2.. Write a program to allow you to enter todays date,name and address
- |> then right justify(LINE UP) this data at column 78. example
- |> John Smith
- |> ABC
- |> Corporation
- |> Main Street
- |>
- |> Anywhere,State
- |>
- |> 3..Write aprogram to compute farenheit to celsius temperature. The table
- |> should run from -40 to 220 degrees farenheit in signle degree
- |> intervals.Show farenheit as an integer and celsius as a float. Conversion
- |> formula is..................... C=(5/9)*(F-32)
- |>
- |> 4.. Write a program using a contigous numerical sequence, to print a
- |> listing of all possible arragments of the digits 000 thru 999 three
- |> digits at a time for example 000,001,002....998,999
- |>
- |> 5. Access the clock display the time on the screen( e.g 14.20.33). Now
- |> translate the time into printed words and display that on screen. Noon and
- |> midnight should be so named .
- |> ************************************* Ifpossible create a loop(for a set
- |> period of time or until a key is pressed) displaying the time each time
- |> through the loop. If possible set an alarm to beep at a given (requested)
- |> time. If you want to show(translate into words) the seconds.
-
- If you expect a response, at least try to solve each problem yourself.
- I and many others are more than willing to help fix a program that has problems
- or direct you to a more efficient method. However asking this group to
- do your entire assignment is a waste of our time and your's.
-
- My opinion of course (and I hope everyone else's)
-
- Tom Sanders
-